JavaScript

{dialog.object}panelSetActive Method

Syntax

{dialog.object}.panelSetActive(UXPanelName [,flagAnimate]);

Arguments

panelName

The panel to set focus on.

flagAnimate

Optional. If you set flagAnimate to false it will set the panel active without doing an animation. This is for situations where want to go directly to a panel without displaying any animation.

Description

Sets focus to a particular Panel. Press the control-down key or click to select Panel name in a UX component.

Example

{dialog.object}.panelSetActive('MYPANELCARD1');

See Also